You've already forked caddy-bunny
Attempt to use setup-qemu-action to build for arm64.
All checks were successful
Build container image / Build and push image (push) Successful in 16m57s
All checks were successful
Build container image / Build and push image (push) Successful in 16m57s
This commit is contained in:
@@ -63,10 +63,14 @@ jobs:
|
||||
username: ${{ env.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Build and push image
|
||||
id: build_image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ env.REGISTRY }}/${{ env.REGISTRY_USERNAME }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user