mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 09:54:05 +00:00
ci: add ARCH variable to makefile, override it during cross-compilation
This commit is contained in:
parent
611195e4d3
commit
bc12957823
2 changed files with 4 additions and 3 deletions
2
.github/workflows/extensions.yml
vendored
2
.github/workflows/extensions.yml
vendored
|
|
@ -75,7 +75,7 @@ jobs:
|
|||
export CC=/opt/homebrew/opt/llvm/bin/clang
|
||||
export CFLAGS="-target x86_64-apple-darwin"
|
||||
export LDFLAGS="-target x86_64-apple-darwin"
|
||||
make
|
||||
make ARCH=x86_64
|
||||
|
||||
- name: Commit output files
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue