Skip to content

Commit

Permalink
Merge pull request #293 from AKSW/feature/arm64-v8
Browse files Browse the repository at this point in the history
Add build for platform linux/arm64/v8
  • Loading branch information
white-gecko authored Nov 6, 2023
2 parents c9585ab + 5179152 commit f4781f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/arm64/v8
build-args: VERSION=${{ steps.ghd.outputs.describe }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit f4781f4

Please sign in to comment.