Skip to content

Commit

Permalink
support multiple platform exports
Browse files Browse the repository at this point in the history
  • Loading branch information
NiceAesth committed Apr 21, 2024
1 parent fed40d4 commit 0573d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
context: .
platforms: linux/amd64, linux/arm64
outputs: type=docker,dest=/tmp/docker.tar
outputs: type=oci,dest=/tmp/docker.tar
tags: bancho.py:${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 0573d32

Please sign in to comment.