Skip to content

Commit

Permalink
Fix the release
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Nov 17, 2024
1 parent 8f5604a commit d4a3f83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion cabal.project.release
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ package ghcup
flags: +tui

if os(linux)
constraints: xz -system-xz
if arch(x86_64) || arch(i386)
flags: -tar
package *
Expand All @@ -27,6 +28,7 @@ elif os(mingw32)
elif os(freebsd)
flags: -tar
constraints: zlib +bundled-c-zlib,
zip +disable-zstd
zip +disable-zstd,
xz -system-xz
package *
ghc-options: -split-sections
3 changes: 1 addition & 2 deletions docker/alpine32/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/i386 i386/alpine:3.20
FROM --platform=linux/i386 i386/alpine:3.16

ENV LANG C.UTF-8

Expand Down Expand Up @@ -35,7 +35,6 @@ RUN apk add --no-cache \
openssl-libs-static \
xz \
xz-dev \
xz-static \
ncurses-static

ARG GHCUP_VERSION=0.1.20.0
Expand Down
3 changes: 1 addition & 2 deletions docker/alpine64/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.12

ENV LANG C.UTF-8

Expand Down Expand Up @@ -35,7 +35,6 @@ RUN apk add --no-cache \
openssl-libs-static \
xz \
xz-dev \
xz-static \
ncurses-static

ARG GHCUP_VERSION=0.1.20.0
Expand Down

0 comments on commit d4a3f83

Please sign in to comment.