Add GitHub workflow to build and push nightly Docker images for AMD64 and ARM64
Some checks failed
Build and release container directly from master / release (push) Has been cancelled

This commit is contained in:
knight 2025-05-05 11:12:45 -04:00
parent 668aff0cc2
commit 43cf4fabaa

View File

@ -23,14 +23,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: install docker
run: apt install docker.io
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v3
# with:
# platforms: arm64
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3