pass uid and gid
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cross-compile with xgo
|
- name: Cross-compile with xgo
|
||||||
run: |
|
run: |
|
||||||
xgo --targets=*/* ./cmd/zurg
|
xgo -env UID=1000,GID=1000 --targets=*/* ./cmd/zurg
|
||||||
|
|
||||||
- name: Prepare artifacts
|
- name: Prepare artifacts
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user