mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Update podman-udmp-udmse.yml
This commit is contained in:
parent
df9496151a
commit
3721e0e0b6
8
.github/workflows/podman-udmp-udmse.yml
vendored
8
.github/workflows/podman-udmp-udmse.yml
vendored
@ -22,9 +22,13 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Docker Setup QEMU
|
- name: Docker Setup QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2.1.0
|
||||||
|
with:
|
||||||
|
platforms: arm64
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@2.5.0
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: docker build --file podman-update/build/Dockerfile --build-arg UDM_PLATFORM=UDM-Pro-SE --tag boostchicken:udm-podman podman-update/build/
|
run: DOCKER_BUILDKIT=1 docker build --file podman-update/build/Dockerfile --build-arg UDM_PLATFORM=UDM-Pro-SE --tag boostchicken:udm-podman podman-update/build/
|
||||||
- name: Docker Extract
|
- name: Docker Extract
|
||||||
id: extract
|
id: extract
|
||||||
uses: boostchicken-dev/actions-docker-extract@v3
|
uses: boostchicken-dev/actions-docker-extract@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user