pass uid and gid

This commit is contained in:
Ben Sarmiento
2023-11-21 14:23:42 +01:00
parent 48ad2bc3bf
commit 6feb352fb3

View File

@@ -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: |