Skip to content

Commit

Permalink
fixup wrong podman buildx cli syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Jan 15, 2024
1 parent a3374ab commit 89bdf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ jobs:
- name: Build Containerfile
run: |
export BUILDAH_FORMAT=docker
podman buildx --platform=${{ matrix.platform }} -t ${{ env.ImageName }} -f ./Containerfile .
podman buildx build --platform=${{ matrix.platform }} -t ${{ env.ImageName }} -f ./Containerfile .
# When rustup is updated, it tries to replace its binary, which on Windows is somehow locked.
# This can result in a CI failure, see: https://github.com/rust-lang/rustup/issues/3029
Expand Down

0 comments on commit 89bdf2b

Please sign in to comment.