Skip to content

Commit

Permalink
tc
Browse files Browse the repository at this point in the history
  • Loading branch information
msune committed Apr 18, 2024
1 parent b6067dc commit 8b7d641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [linux/amd64] #, linux/arm64, linux/arm64/v8] #, linux/386, linux/arm/v5, linux/arm/v7, linux/mips64le, linux/ppc64le, linux/s390x]
arch: [linux/amd64, linux/arm64, linux/arm64/v8] #, linux/386, linux/arm/v5, linux/arm/v7, linux/mips64le, linux/ppc64le, linux/s390x]
steps:
- name: "Checkout turnilo"
uses: actions/checkout@v4
Expand Down

0 comments on commit 8b7d641

Please sign in to comment.