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
Some checks failed
Build and release container directly from master / release (push) Has been cancelled
This commit is contained in:
parent
668aff0cc2
commit
43cf4fabaa
10
.github/workflows/build-nightly-container.yml
vendored
10
.github/workflows/build-nightly-container.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user