Skip to content

Commit

Permalink
rm aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
LoSk-p committed May 15, 2024
1 parent 7bcae17 commit c019f4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
password: ${{secrets.GITHUB_TOKEN}}
- name: 'Build and Push Image'
run: |
docker build libp2p-ws-proxy --build-arg BUILD_FROM="homeassistant/aarch64-base:latest" --tag ghcr.io/pinoutltd/${{ env.ADDON_NAME }}-aarch64:latest
docker push ghcr.io/pinoutltd/${{ env.ADDON_NAME }}-aarch64:latest
docker build libp2p-ws-proxy --build-arg BUILD_FROM="homeassistant/amd64-base:latest" --tag ghcr.io/pinoutltd/${{ env.ADDON_NAME }}-amd64:latest
docker push ghcr.io/pinoutltd/${{ env.ADDON_NAME }}-amd64:latest
docker build libp2p-ws-proxy --build-arg BUILD_FROM="homeassistant/armhf-base:latest" --tag ghcr.io/pinoutltd/${{ env.ADDON_NAME }}-armhf:latest
Expand Down

0 comments on commit c019f4d

Please sign in to comment.