Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Jul 12, 2022
1 parent fae5228 commit 39ddc10
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y qemu-user-static
- name: Setup podman and buildah
uses: zyclonite/setup-podman@v1

- name: Build Image
run: buildah bud --platform ${{ matrix.platform.name }} -f ./Dockerfile -t ${{ env.IMAGE_NAME }}:${{ matrix.platform.tag }} .

Expand Down Expand Up @@ -69,8 +66,8 @@ jobs:

- name: Import images
run: |
podman load -i ./image-amd64/image.tar
podman load -i ./image-arm64v8/image.tar
podman --storage-driver vfs load -i ./image-amd64/image.tar
podman --storage-driver vfs load -i ./image-arm64v8/image.tar
- name: Create multi-arch manifest
run: |
Expand Down

0 comments on commit 39ddc10

Please sign in to comment.