Skip to content

Commit

Permalink
Update build_and_push_images.yml with multi-platform support. (#1)
Browse files Browse the repository at this point in the history
Fixing image build issue for arm64
  • Loading branch information
Cdaprod authored Mar 12, 2024
1 parent 9e5aa00 commit d4761b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_push_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
push: true
tags: |
cdaprod/cda-minio-control:latest
ghcr.io/cdaprod/cda-minio-control:latest
ghcr.io/cdaprod/cda-minio-control:latest
platforms: linux/amd64,linux/arm64

0 comments on commit d4761b8

Please sign in to comment.