mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-08 22:34:16 +00:00
Fix for 196: Multi-architecture image (#204)
* 196: qemu * 196: multi-arch; see also https://blog.devgenius.io/goreleaser-build-multi-arch-docker-images-8dd9a7903675
This commit is contained in:
parent
065fad003f
commit
c8bce62898
2 changed files with 49 additions and 6 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -38,6 +38,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0 # https://github.com/goreleaser/goreleaser-action/issues/56
|
||||
|
||||
- uses: docker/setup-qemu-action@v2
|
||||
- uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: goreleaser
|
||||
run: |
|
||||
echo "${{ github.token }}" | docker login https://ghcr.io -u ${GITHUB_ACTOR} --password-stdin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue