1 changed files with 4 additions and 3 deletions
@ -34,6 +34,9 @@ jobs: |
|||||
files: | |
files: | |
||||
./dist/build.tar |
./dist/build.tar |
||||
|
|
||||
|
- name: Set up QEMU |
||||
|
uses: docker/setup-qemu-action@v2 |
||||
|
|
||||
- name: Buildah Build |
- name: Buildah Build |
||||
id: build-container |
id: build-container |
||||
uses: redhat-actions/[email protected] |
uses: redhat-actions/[email protected] |
||||
@ -43,9 +46,7 @@ jobs: |
|||||
image: ${{github.event.repository.full_name}} |
image: ${{github.event.repository.full_name}} |
||||
tags: latest ${{ github.sha }} |
tags: latest ${{ github.sha }} |
||||
oci: true |
oci: true |
||||
platforms: | |
platforms: linux/amd64, linux/arm64 |
||||
linux/amd64 |
|
||||
linux/arm64 |
|
||||
|
|
||||
- name: Push To Registry |
- name: Push To Registry |
||||
id: push-to-registry |
id: push-to-registry |
||||
|
|||||
Loading…
Reference in new issue