Skip to content

Commit

Permalink
Revert "remove arm for now"
Browse files Browse the repository at this point in the history
This reverts commit c68b83a.
  • Loading branch information
naguirre committed Jul 5, 2023
1 parent 547c933 commit 53b4820
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
platforms: linux/amd64,linux/arm64

- 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
platforms: linux/amd64,linux/arm64

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

0 comments on commit 53b4820

Please sign in to comment.