Skip to content

Commit

Permalink
Multiarch docker image build (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
goshander authored Oct 27, 2023
1 parent a7e9d29 commit 94a318b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_application_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
with:
platforms: 'arm64'
- uses: docker/setup-buildx-action@v3
- name: 'Get release build version'
run: |
Expand Down Expand Up @@ -51,6 +54,7 @@ jobs:
app_version=${{ env.BUILD_VERSION }}
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down

0 comments on commit 94a318b

Please sign in to comment.