Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwiterrion committed Dec 12, 2023
1 parent 706d483 commit 0ff6b52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64
file: ./Dockerfile
push: true
tags: maif/wasmo:${{ inputs.version }},maif/wasmo:latest

0 comments on commit 0ff6b52

Please sign in to comment.