Skip to content

Commit 2eb48a1

Browse files
authored
Merge pull request #102 from dfinity/igor/fix-build-agian
revert to github runner
2 parents 5e750c4 + 5f226a0 commit 2eb48a1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ env:
1010

1111
jobs:
1212
build:
13-
runs-on: dind-small
14-
container:
15-
image: ghcr.io/catthehacker/ubuntu:rust-24.04@sha256:6937166dd5be0b42eef5a43f71da14e22d766b42c9238b59953c27f34c40b338
16-
options: --privileged
13+
runs-on: ubuntu-24.04
1714

1815
permissions:
1916
contents: write
@@ -46,7 +43,7 @@ jobs:
4643
run: shasum -c ic-gateway.shasum
4744

4845
- name: Strip
49-
run: sudo /usr/bin/strip target/x86_64-unknown-linux-musl/release/ic-gateway
46+
run: /usr/bin/strip target/x86_64-unknown-linux-musl/release/ic-gateway
5047

5148
- name: Create package root
5249
run: |

0 commit comments

Comments
 (0)