Skip to content

Commit

Permalink
update syntax and qemu image
Browse files Browse the repository at this point in the history
  • Loading branch information
urfin78 committed Nov 15, 2023
1 parent b0aea35 commit 6fb7a3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4

- name: Prepare multiarch
run: sudo podman run --rm --privileged multiarch/qemu-user-static --reset -p yes
run: sudo podman run --rm --privileged docker.io/tonistiigi/binfmt --install all

- name: Build latest image
id: build-latest-image
Expand All @@ -30,7 +30,7 @@ jobs:
image: loki
archs: ${{ matrix.arch }}
tags: latest-${{ matrix.arch }}
dockerfiles: |
containerfiles: |
./Dockerfile
build-args: |
VERSION=master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dockertest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
- uses: actions/checkout@v4

- name: Prepare multiarch
run: sudo podman run --rm --privileged multiarch/qemu-user-static --reset -p yes
run: sudo podman run --rm --privileged docker.io/tonistiigi/binfmt --install all

- name: Build latest image
uses: redhat-actions/[email protected]
with:
image: loki
archs: ${{ matrix.arch }}
tags: latest-${{ matrix.arch }}
dockerfiles: |
containerfiles: |
./Dockerfile
build-args: |
VERSION=master
Expand Down

0 comments on commit 6fb7a3b

Please sign in to comment.