Compare commits
58
Commits
1.5.4
..
7bbf4029d1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7bbf4029d1
|
||
|
|
5162fac7f9 | ||
|
|
9884439753
|
||
|
|
46e91b612b | ||
|
|
873b8814b9
|
||
|
|
e2250cc893 | ||
|
|
a79e6163aa
|
||
|
|
e1703bbf65 | ||
|
|
7015b7ab35
|
||
|
|
a2027ce2e9 | ||
|
|
2acba719b7 | ||
|
|
4b968efca1
|
||
|
|
20da9bfd69
|
||
|
|
dd4f6f4291 | ||
|
|
2b9dfe569e
|
||
|
|
06edce078e | ||
|
|
1d0a698a16
|
||
|
|
ef0ab0e0fb | ||
|
|
18b4e14768
|
||
|
|
90c3382442 | ||
|
|
2c8c6490e8
|
||
|
|
7525994a8b | ||
|
|
c375963268
|
||
|
|
481d1ab39a | ||
|
|
fefaf72c00
|
||
|
|
cd4e68e928 | ||
|
|
b5d364f81a
|
||
|
|
f9fd9d1b49 | ||
|
|
b29e601734
|
||
|
|
8887abe35c | ||
|
|
de763eddf7
|
||
|
|
bcda275996 | ||
|
|
33b2a81f7a
|
||
|
|
12b3224b1d | ||
|
|
8f1f713d38
|
||
|
|
bd321bfb5f | ||
|
|
c771e08edb
|
||
|
|
990ff3d414 | ||
|
|
bcb12d94a6
|
||
|
|
8d353d0cca | ||
|
|
72c2c92202
|
||
|
|
6862382d56 | ||
|
|
3a67906f11
|
||
|
|
733498aaad | ||
|
|
a7e802135a
|
||
|
|
cc2d8d74a4 | ||
|
|
6233c8f75b
|
||
|
|
15fdc5cfc5 | ||
|
|
df53ea5f86
|
||
|
|
71396349e4 | ||
|
|
01f7d8ed03
|
||
|
|
24c0dd2d0f | ||
|
|
41f4594f0f
|
||
|
|
5dd86decda | ||
|
|
09d2bd0048
|
||
|
|
8ea255bc97
|
||
|
|
aef161d380
|
||
|
|
bc0d5089f4
|
@@ -15,9 +15,9 @@ jobs:
|
|||||||
build-arm64:
|
build-arm64:
|
||||||
runs-on: ubuntu-latest-arm64
|
runs-on: ubuntu-latest-arm64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.2.2
|
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
||||||
- uses: docker/setup-qemu-action@v3.6.0
|
- uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
|
||||||
- uses: docker/setup-buildx-action@v3.10.0
|
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
@@ -33,9 +33,9 @@ jobs:
|
|||||||
build-amd64:
|
build-amd64:
|
||||||
runs-on: ubuntu-latest-amd64
|
runs-on: ubuntu-latest-amd64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.2.2
|
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
||||||
- uses: docker/setup-qemu-action@v3.6.0
|
- uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
|
||||||
- uses: docker/setup-buildx-action@v3.10.0
|
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ jobs:
|
|||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.2.2
|
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
||||||
- uses: DavidAnson/markdownlint-cli2-action@v19.1.0
|
- uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd # v23.2.0
|
||||||
with:
|
with:
|
||||||
globs: '**/*.md'
|
globs: '**/*.md'
|
||||||
|
|||||||
@@ -9,11 +9,11 @@ jobs:
|
|||||||
push-arm64:
|
push-arm64:
|
||||||
runs-on: ubuntu-latest-arm64
|
runs-on: ubuntu-latest-arm64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.2.2
|
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
||||||
- uses: docker/setup-qemu-action@v3.6.0
|
- uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
|
||||||
- uses: docker/setup-buildx-action@v3.10.0
|
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
|
||||||
|
|
||||||
- uses: docker/login-action@v3.4.0
|
- uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
@@ -35,11 +35,11 @@ jobs:
|
|||||||
push-amd64:
|
push-amd64:
|
||||||
runs-on: ubuntu-latest-amd64
|
runs-on: ubuntu-latest-amd64
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.2.2
|
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
|
||||||
- uses: docker/setup-qemu-action@v3.6.0
|
- uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
|
||||||
- uses: docker/setup-buildx-action@v3.10.0
|
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
|
||||||
|
|
||||||
- uses: docker/login-action@v3.4.0
|
- uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
@@ -64,7 +64,7 @@ jobs:
|
|||||||
- push-arm64
|
- push-arm64
|
||||||
- push-amd64
|
- push-amd64
|
||||||
steps:
|
steps:
|
||||||
- uses: docker/login-action@v3.4.0
|
- uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
|
|||||||
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/library/ubuntu:24.04 AS build
|
FROM docker.io/library/ubuntu:26.04 AS build
|
||||||
|
|
||||||
ARG BRUTEFORCE_WALLET_VERSION
|
ARG BRUTEFORCE_WALLET_VERSION
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ RUN cd /src && \
|
|||||||
make install DESTDIR=/cache && \
|
make install DESTDIR=/cache && \
|
||||||
rm -rf /src
|
rm -rf /src
|
||||||
|
|
||||||
FROM docker.io/library/ubuntu:24.04
|
FROM docker.io/library/ubuntu:26.04
|
||||||
|
|
||||||
COPY --from=build /cache /
|
COPY --from=build /cache /
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user