Skip to content

Commit

Permalink
Use official docker image for ARM builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Aug 26, 2022
1 parent 7d0f6bf commit 6930a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
context: .
file: ${{ inputs.docker-file }}
build-args: |
baseimage=swiftarm/swift:5.5.1-ubuntu-focal
baseimage=swift:focal
push: true
tags: ghcr.io/${{ inputs.image-name }}:latest-arm64,ghcr.io/${{ inputs.image-name }}:${{ steps.latesttag.outputs.tag }}-arm64
dockerAMD64:
Expand Down

0 comments on commit 6930a16

Please sign in to comment.