Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.

Commit d0d47c5

Browse files
committed
Try aarch64 build
1 parent 56f9b89 commit d0d47c5

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/testarch.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@ jobs:
2828
run: |
2929
echo "The uname output was ${{ steps.runcmd.outputs.uname }}"
3030
- name: Build the image
31-
run: docker build -t mendhak/test-image .
32-
uses: uraimo/run-on-arch-action@v2.0.5
31+
uses: uraimo/run-on-arch-action@v2.0.5
32+
with:
33+
arch: aarch64
34+
distro: ubuntu18.04
35+
run: docker build -t mendhak/test-image .

0 commit comments

Comments
 (0)