Skip to content

Commit

Permalink
add arm64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchristianschroeter committed Nov 5, 2024
1 parent 5cfeea2 commit 660f9ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
strategy:
matrix:
feature: [aws, azure, gcloud, minio, rclone]
platform:
- linux/amd64
- linux/arm64
include:
- feature: aws
arg: EN_AWS_CLI=true
Expand Down Expand Up @@ -63,7 +66,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: |
danielschroeter/mgob:${{ needs.set-build-env.outputs.buildId }}-${{ matrix.feature }}
platforms: linux/amd64,linux/arm64
platforms: ${{ matrix.platform }}
build-args: |
BUILDKIT_MULTI_PLATFORM=1
BUILD_DATE=${{ needs.set-build-env.outputs.now }}
Expand Down

0 comments on commit 660f9ca

Please sign in to comment.