mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-29 14:16:26 -04:00
Use builder for arm64
This commit is contained in:
parent
42987841e3
commit
841bb29475
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -148,7 +148,7 @@ jobs:
|
||||
container:
|
||||
image: yuezk/gpdev:pkgbuild
|
||||
# Add -u builder for arm64
|
||||
options: ${{ matrix.os == 'arm64' && '-u builder' || '' }}
|
||||
options: ${{ matrix.os == 'arm64' && '-u builder' || '-u user' }}
|
||||
credentials:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user