back to only amd64
Some checks failed
Check scripts syntax / check-scripts-syntax (push) Successful in 7s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Failing after 20s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Has been skipped

This commit is contained in:
2025-08-22 22:33:09 -03:00
parent 11e2a28bd4
commit aa7a9b8548

View File

@@ -31,9 +31,6 @@ jobs:
-u "${{ env.REGISTRY_USERNAME }}" \ -u "${{ env.REGISTRY_USERNAME }}" \
--password-stdin --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
@@ -42,7 +39,7 @@ jobs:
with: with:
push: true push: true
context: haven-notify context: haven-notify
platforms: linux/amd64,linux/arm64 platforms: linux/amd64
tags: | tags: |
${{ env.IMAGE_NOTIFY }}:latest ${{ env.IMAGE_NOTIFY }}:latest