File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,10 @@ jobs:
3737 runs-on : ubuntu-latest
3838 steps :
3939 - uses : actions/checkout@v6
40- - name : Set up QEMU
41- run : |
40+ - run : |
4241 sudo apt-get update
4342 sudo apt-get install -y qemu-user-static
44- - name : Verify Podman
45- run : podman --version
43+ - run : podman --version
4644 - uses : actions/download-artifact@v4
4745 with :
4846 name : native-binary-amd64
Original file line number Diff line number Diff line change @@ -112,13 +112,16 @@ jobs:
112112 path : op/standalone/target/*-runner
113113 retention-days : 1
114114
115- hal-op -image :
115+ build -image :
116116 needs : build-native
117117 runs-on : ubuntu-latest
118118 steps :
119119 - id : get-version
120120 uses : battila7/get-version-action@v2.3.0
121121 - uses : actions/checkout@v6
122+ - run : |
123+ sudo apt-get update
124+ sudo apt-get install -y qemu-user-static
122125 - run : podman --version
123126 - uses : actions/download-artifact@v4
124127 with :
You can’t perform that action at this time.
0 commit comments