File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
release :
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-24.04
12
12
env :
13
13
DOCKER_CLI_EXPERIMENTAL : " enabled"
14
14
SNAPCRAFT_STORE_CREDENTIALS : ${{ secrets.SNAPCRAFT_PAT }}
@@ -23,18 +23,20 @@ jobs:
23
23
uses : docker/setup-qemu-action@v1
24
24
-
25
25
name : Set up Docker Buildx
26
- uses : docker/setup-buildx-action@v1
26
+ uses : docker/setup-buildx-action@v3
27
27
-
28
28
name : Docker Login
29
- uses : docker/login-action@v1
29
+ uses : docker/login-action@v3
30
30
with :
31
31
username : ${{ github.repository_owner }}
32
32
password : ${{ secrets.DOCKER_HUB_PAT }}
33
33
- name : Snapcraft Login
34
34
uses : samuelmeuli/action-snapcraft@v2
35
35
-
36
36
name : Install upx
37
- run : sudo apt-get install upx -y
37
+ run : |
38
+ sudo apt-get update
39
+ sudo apt-get install upx -y
38
40
-
39
41
name : Set up Go
40
42
uses : actions/setup-go@v5
You can’t perform that action at this time.
0 commit comments