Skip to content

Commit

Permalink
Switch to arm64 v8
Browse files Browse the repository at this point in the history
  • Loading branch information
kobl1nhs committed Mar 18, 2024
1 parent ae7b8d3 commit 9b35c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Build docker image (arm64)
run: task build PLATFORM_SUFFIX=arm64 PLATFORM=linux/arm64
run: task build PLATFORM_SUFFIX=arm64 PLATFORM=linux/arm64/v8
- name: Build docker image (amd64)
run: task build PLATFORM_SUFFIX=amd64 PLATFORM=linux/amd64
- name: Log into AWS
Expand Down

0 comments on commit 9b35c91

Please sign in to comment.