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 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: