Skip to content

Commit

Permalink
chore: update test image platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Sep 18, 2023
1 parent f9f2f54 commit 0f1e87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-test-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
context: ./
file: ./Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 0f1e87b

Please sign in to comment.