Skip to content

Commit

Permalink
Ups
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed Dec 15, 2024
1 parent 2462205 commit e619d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qemu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: "This would fail without docker/setup-qemu-action"
run: ./hello
- name: "You can also run images from other platforms"
run: docker --platform i386 linux/arm64 run hello-world
run: docker --platform linux/i386 run hello-world

0 comments on commit e619d1e

Please sign in to comment.