Skip to content

Commit

Permalink
First Commit
Browse files Browse the repository at this point in the history
Signed-off-by: Wise-Wizard <[email protected]>
  • Loading branch information
Wise-Wizard committed Apr 13, 2024
1 parent a9a7bc2 commit 18fcc25
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-crossdock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,13 @@ jobs:
- name: Install tools
run: make install-ci

- uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
# Conditionally setup QEMU only for arm64 Linux architecture
- name: Setup QEMU for arm64 Linux
if: runner.os == 'Linux' && runner.arch == 'arm64'
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0

- name: Build, test, and publish crossdock image
# Build, test, and publish crossdock image
- name: Build, test, and publish crossdock image for arm64 Linux
run: bash scripts/build-crossdock.sh
env:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 18fcc25

Please sign in to comment.