ci: fix format
This commit is contained in:
parent
7ccafbd5d1
commit
c4ce9e8351
1 changed files with 16 additions and 16 deletions
|
@ -16,20 +16,20 @@ jobs:
|
|||
runs-on: linux-lg
|
||||
container:
|
||||
image: fedora:40
|
||||
steps:
|
||||
- name: Install Tools
|
||||
run: 'dnf install -y --setopt install_weak_deps=False buildah qemu-user-static'
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Build Images
|
||||
run: |
|
||||
cd fedora:40 && \
|
||||
buildah manifest create code.lightstands.xyz/standcoded/fedora:40 && \
|
||||
buildah build --arch amd64 --manifest code.lightstands.xyz/standcoded/fedora:40 . && \
|
||||
buildah build --arch aarch64 --manifest code.lightstands.xyz/standcoded/fedora:40 .
|
||||
- name: Push Images
|
||||
run: |
|
||||
buildah login code.lightstands.xyz \
|
||||
--username ${{ env.GITHUB_ACTOR }} --password ${{ env.GITHUB_TOKEN }}
|
||||
buildah manifest push code.lightstands.xyz/standcoded/fedora:40 --all
|
||||
steps:
|
||||
- name: Install Tools
|
||||
run: 'dnf install -y --setopt install_weak_deps=False buildah qemu-user-static'
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Build Images
|
||||
run: |
|
||||
cd fedora:40 && \
|
||||
buildah manifest create code.lightstands.xyz/standcoded/fedora:40 && \
|
||||
buildah build --arch amd64 --manifest code.lightstands.xyz/standcoded/fedora:40 . && \
|
||||
buildah build --arch aarch64 --manifest code.lightstands.xyz/standcoded/fedora:40 .
|
||||
- name: Push Images
|
||||
run: |
|
||||
buildah login code.lightstands.xyz \
|
||||
--username ${{ env.GITHUB_ACTOR }} --password ${{ env.GITHUB_TOKEN }}
|
||||
buildah manifest push code.lightstands.xyz/standcoded/fedora:40 --all
|
||||
|
||||
|
|
Loading…
Reference in a new issue