Skip to content

Commit

Permalink
fixed docker platform option in build and deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jpswinski committed Sep 29, 2023
1 parent c441a5a commit 0363544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build Containers
run: |
cd targets/slideruleearth-aws
make BUILDX=buildx DOCKER_PLATFORM=linux/arm64 cluster-docker
make BUILDX=buildx DOCKER_PLATFORM="--platform linux/arm64" cluster-docker
- name: Push containers
run: |
Expand Down

0 comments on commit 0363544

Please sign in to comment.