Skip to content

Commit

Permalink
Fix Docker syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Jun 17, 2024
1 parent a4255dc commit cc0b973
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
jobs:
build-docker-single-arch:
name: build-docker-${{ matrix.cpu_arch }}
runs-on: ubuntu-22.04
strategy:
matrix:
cpu_arch: [aarch64, x86_64]
Expand All @@ -29,7 +30,7 @@ jobs:
- name: Cross build binaries
run: |
cargo install cross
make build-${{ matrix.arch }}
make build-${{ matrix.cpu_arch }}
- name: Make bin dir
run: mkdir ./bin
Expand Down

0 comments on commit cc0b973

Please sign in to comment.