mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-18 00:21:22 +00:00
Modify workflow
This commit is contained in:
parent
21dec7e3bb
commit
393be7404e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/multiarch.yml
vendored
4
.github/workflows/multiarch.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
sudo apt-get install -y qemu-user-static
|
sudo apt-get install -y qemu-user-static
|
||||||
|
|
||||||
- name: Create Containerfile (arch=${{ matrix.arch }})
|
- name: Create Containerfile (arch=${{ matrix.arch }})
|
||||||
if: !matrix.specify_platform
|
if: ${{ !matrix.specify_platform }}
|
||||||
run: |
|
run: |
|
||||||
cat > Containerfile<<EOF
|
cat > Containerfile<<EOF
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ jobs:
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
- name: Build Image (arch=${{ matrix.arch }})
|
- name: Build Image (arch=${{ matrix.arch }})
|
||||||
if: !matrix.specify_platform
|
if: ${{ matrix.specify_platform }}
|
||||||
id: build_image
|
id: build_image
|
||||||
uses: ./buildah-build/
|
uses: ./buildah-build/
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue