Skip to content

Commit

Permalink
add failing command
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed Dec 15, 2024
1 parent 2edae78 commit e6cf436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/qemu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
GOARCH=arm64 go build hello.go
- name: "This would fail without docker/setup-qemu-action"
run: ./hello
- run: qemu-aarch64-static hello
- name: "You can also run images from other platforms"
run: docker run --platform linux/i386 hello-world

0 comments on commit e6cf436

Please sign in to comment.