Skip to content

Commit

Permalink
Revert "remove arm for now"
Browse files Browse the repository at this point in the history
This reverts commit 85b32ba.
  • Loading branch information
naguirre committed Jul 5, 2023
1 parent 53b4820 commit 7775a14
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 @@ -47,7 +47,7 @@ jobs:
ghcr.io/calaos/calaos_home:latest
ghcr.io/calaos/calaos_home:${{ github.sha }}
push: ${{ github.ref == 'refs/heads/master' }}
platforms: linux/amd64
platforms: linux/amd64,linux/arm64

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
ghcr.io/calaos/calaos_home:${{ github.event.inputs.version }}
ghcr.io/calaos/calaos_home:${{ github.sha }}
push: ${{ github.ref == 'refs/heads/master' }}
platforms: linux/amd64
platforms: linux/amd64,linux/arm64

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 7775a14

Please sign in to comment.