mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-01 01:38:39 +00:00
an attempt to get this docker workflow to play nice with arm
This commit is contained in:
parent
a030b62f73
commit
8faf3f4a5a
1 changed files with 5 additions and 1 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
@ -41,6 +41,10 @@ jobs:
|
|||
with:
|
||||
cosign-release: 'v2.2.3'
|
||||
|
||||
# try to make this workflow play nice with ARM
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
# Set up BuildKit Docker container builder to be able to build
|
||||
# multi-platform images and export cache
|
||||
# https://github.com/docker/setup-buildx-action
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue