an attempt to get this docker workflow to play nice with arm

This commit is contained in:
Ren 2024-03-29 10:21:44 -07:00 committed by GitHub
parent a030b62f73
commit 8faf3f4a5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,11 @@ jobs:
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 #v3.4.0
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