parent
5ddee953b6
commit
6950743877
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Build Images
|
- name: Build Images
|
||||||
run: |
|
run: |
|
||||||
cd fedora:40 && \
|
cd fedora-40 && \
|
||||||
buildah manifest create code.lightstands.xyz/standcoded/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 amd64 --manifest code.lightstands.xyz/standcoded/fedora:40 . && \
|
||||||
buildah build --arch aarch64 --manifest code.lightstands.xyz/standcoded/fedora:40 .
|
buildah build --arch aarch64 --manifest code.lightstands.xyz/standcoded/fedora:40 .
|
||||||
|
|
Loading…
Reference in a new issue