Skip to content

Commit

Permalink
WiP: try to build on arm64 again
Browse files Browse the repository at this point in the history
  • Loading branch information
RoadRunnr committed Aug 3, 2023
1 parent 7103870 commit 80ee4a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
-
name: Install Packages
run: |
# use qemu 8.1.0(-rc1) to get AArch64 fixes, for details
# see https://gitlab.com/qemu-project/qemu/-/issues/1034
sudo add-apt-repository ppa:aschultz/backports
sudo apt update
sudo apt full-upgrade -y
sudo apt install qemu-user-static buildah podman
Expand All @@ -85,10 +88,7 @@ jobs:
image: ${{ steps.meta.outputs.images }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64
# building Erlang/OTP 25.0 for arm64 on QEMU user emulation is broken,
# see https://erlangforums.com/t/otp-25-0-rc3-release-candidate-3-is-released/1317/24
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64
containerfiles: |
./Containerfile
-
Expand Down

0 comments on commit 80ee4a3

Please sign in to comment.