mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-29 22:26:26 -04:00
Use builder for arm64
This commit is contained in:
parent
d25450fec4
commit
42987841e3
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@ -147,13 +147,12 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
container:
|
container:
|
||||||
image: yuezk/gpdev:pkgbuild
|
image: yuezk/gpdev:pkgbuild
|
||||||
|
# Add -u builder for arm64
|
||||||
|
options: ${{ matrix.os == 'arm64' && '-u builder' || '' }}
|
||||||
credentials:
|
credentials:
|
||||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- name: Change to non-root user
|
|
||||||
run: |
|
|
||||||
sudo su "$(stat -c '%U' $HOME)"
|
|
||||||
- name: Download tarball
|
- name: Download tarball
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user