Skip to content

Commit

Permalink
Adjust Docker build platforms in Github actions (#165)
Browse files Browse the repository at this point in the history
This commit updates the listed platforms for Docker builds in two Github
action workflow files: 'main.yml' and 'publish.yml'. It specifies now to
run the builds on both 'linux/amd64' and 'linux/arm64' platforms.
  • Loading branch information
SmetDenis committed Apr 12, 2024
1 parent 4ed6a54 commit 6550247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
tags: |
jbzoo/csv-blueprint:latest
jbzoo/csv-blueprint:${{ github.event.release.tag_name }}
platforms: linux/amd64,linux/arm64/v8,linux/386
platforms: linux/amd64,linux/arm64
build-args: |
VERSION=${{ github.event.release.tag_name }}
Expand Down

0 comments on commit 6550247

Please sign in to comment.