Modify workflow

This commit is contained in:
divyansh42 2021-10-11 13:19:39 +05:30
parent 21dec7e3bb
commit 393be7404e

View file

@ -40,7 +40,7 @@ jobs:
sudo apt-get install -y qemu-user-static
- name: Create Containerfile (arch=${{ matrix.arch }})
if: !matrix.specify_platform
if: ${{ !matrix.specify_platform }}
run: |
cat > Containerfile<<EOF
@ -65,7 +65,7 @@ jobs:
EOF
- name: Build Image (arch=${{ matrix.arch }})
if: !matrix.specify_platform
if: ${{ matrix.specify_platform }}
id: build_image
uses: ./buildah-build/
with: