Skip to content

Commit

Permalink
Revert "Revert "remove arm for now""
Browse files Browse the repository at this point in the history
This reverts commit 53b4820.
  • Loading branch information
naguirre committed Jul 5, 2023
1 parent b5e7698 commit 2cb1c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v2
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64

- name: Login to Github Packages
uses: docker/login-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v2
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64

- name: Login to Github Packages
uses: docker/login-action@v2
Expand Down

0 comments on commit 2cb1c94

Please sign in to comment.