use new way to get architecture
This commit is contained in:
parent
7d2cc36d5f
commit
cd164794ca
2 changed files with 3 additions and 7 deletions
|
@ -6,15 +6,13 @@ jobs:
|
|||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
- name: Build image
|
||||
id: build-image
|
||||
uses: redhat-actions/buildah-build@v2
|
||||
with:
|
||||
image: docker.io/thallian/alpine-s6
|
||||
tags: ${{ gitea.ref_name }} ${{ gitea.sha }} latest
|
||||
archs: amd64
|
||||
archs: amd64, arm64
|
||||
containerfiles: |
|
||||
./Containerfile
|
||||
- name: Log in to Dockerhub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue