We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df9349 commit f5bf010Copy full SHA for f5bf010
.github/workflows/Dockerfile.centos_aarch64
@@ -4,9 +4,9 @@ RUN yum -y update
4
RUN yum -y install zlib-devel wget ncurses-devel ncurses-compat-libs make gcc gcc-c++
5
6
# Install GHC since stack's local install has issues
7
-RUN wget https://downloads.haskell.org/~ghc/9.6.6/ghc-9.6.6-x86_64-centos7-linux.tar.xz
8
-RUN tar xvf ghc-9.6.6-x86_64-centos7-linux.tar.xz
9
-RUN cd ghc-9.6.6-x86_64-unknown-linux; ./configure; make install
+RUN wget https://downloads.haskell.org/ghc/9.6.6/ghc-9.6.6-aarch64-deb10-linux.tar.xz
+RUN tar xvf ghc-9.6.6-aarch64-deb10-linux.tar.xz
+RUN cd ghc-9.6.6-aarch64-deb10-linux; ./configure; make install
10
11
# install stack
12
RUN curl -sSL https://get.haskellstack.org/ | sh
0 commit comments