Skip to content

Commit

Permalink
Fix: Remove linux/arm/v6 from Alpine build, as it doesn't have the …
Browse files Browse the repository at this point in the history
…PANDOC or CABAL packages
  • Loading branch information
bokysan committed Oct 27, 2023
1 parent b3c6faf commit a2ee7e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
boky/postfix:edge-alpine
# linux/s390x: "rsyslog (no such package)"
# Latest Alpine does not have all the packages for 386 anymore. :-(
# Pandoc, which is required for SASL build, cannot be found in these images: linux/arm/v7,linux/ppc64le
platforms: "linux/arm/v6,linux/amd64,linux/arm64"
# Pandoc, which is required for SASL build, cannot be found in these images: linux/arm/v6,linux/arm/v7,linux/ppc64le
platforms: "linux/amd64,linux/arm64"
cache-from: type=local,src=/tmp/.buildx-cache/alpine,mode=max,compression=estargz
cache-to: type=local,dest=/tmp/.buildx-cache-new/alpine
build-args: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
boky/postfix:${{ env.RELEASE_VERSION_NO_v }}-alpine
# linux/s390x: "rsyslog (no such package)"
# Latest Alpine does not have all packages for 386 any more :-(
# Pandoc, which is required for SASL build, cannot be found in these images: linux/arm/v7,linux/ppc64le
platforms: "linux/arm/v6,linux/amd64,linux/arm64"
# Pandoc, which is required for SASL build, cannot be found in these images: linux/arm/v6,linux/arm/v7,linux/ppc64le
platforms: "linux/amd64,linux/arm64"
cache-from: type=local,src=/tmp/.buildx-cache/alpine,mode=max,compression=estargz
cache-to: type=local,dest=/tmp/.buildx-cache-new/alpine
build-args: |
Expand Down

0 comments on commit a2ee7e7

Please sign in to comment.