Skip to content

Commit

Permalink
Create Docker arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
armsnyder authored Dec 4, 2022
1 parent 19a6a25 commit 844efd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
with:
context: .
push: false
platforms: linux/amd64,linux/arm64
build-args: BUILD_VERSION=${{ steps.meta.outputs.version }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand All @@ -64,6 +65,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
build-args: BUILD_VERSION=${{ steps.meta.outputs.version }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 844efd3

Please sign in to comment.