Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Vasseur committed Jan 5, 2024
1 parent 5dbbf53 commit 9716563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: Build container for $arch
run: |
cd docker-contributor
docker build --build-arg ARCH=${ARCH}/ .
docker build --build-arg ARCH=${{ matrix.arch }}/ .

0 comments on commit 9716563

Please sign in to comment.