Skip to content

Commit

Permalink
fixup: .github/workflows/: --arches
Browse files Browse the repository at this point in the history
  • Loading branch information
t184256 committed Sep 10, 2024
1 parent a4a0e43 commit 53a8306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/emulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
rm -rf n-o-d
mkdir -p n-o-d
git -C . archive --format=tar.gz --prefix n-o-d/ HEAD > n-o-d/archive.tar.gz
ARCHES=x86_64 nix run '.#deploy' -- file:///data/local/tmp/n-o-d/archive.tar.gz --rsync-target n-o-d/
nix run '.#deploy' -- file:///data/local/tmp/n-o-d/archive.tar.gz --rsync-target n-o-d/ --arches x86_64
tar cf n-o-d.tar n-o-d
- name: Store zipball and channel tarball to inject (n-o-d)
Expand Down

0 comments on commit 53a8306

Please sign in to comment.