Skip to content

Commit

Permalink
Check if build works for native platform only
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Apr 9, 2024
1 parent 5f3df3c commit e88d427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: "tweedegolf/actions-container-helpers/.github/workflows/container-image.yml@main"
with:
push: ${{ github.ref == 'refs/heads/main' }}
platforms: "" # "linux/amd64,linux/arm64"
build-args: |
DEBIAN_VERSION=${{matrix.version}}
tags: |
Expand Down

0 comments on commit e88d427

Please sign in to comment.