Skip to content

Commit

Permalink
huh#3
Browse files Browse the repository at this point in the history
  • Loading branch information
Panos Karampis committed Oct 1, 2024
1 parent 5bc5279 commit 3f6b822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
# Build and Push Docker Image
- name: Build and push Docker image
run: |
docker buildx build --push --platform linux/amd64 -f src/main/docker/Dockerfile.jvm -t r0ufif0u/metaflux:promofacie-verifier .
docker buildx build --push --platform linux/amd64,linux/arm6 -f src/main/docker/Dockerfile.jvm -t r0ufif0u/metaflux:promofacie-verifier-r0 .

0 comments on commit 3f6b822

Please sign in to comment.