mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 21:33:28 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6d1ef87042 | ||
|
|
c985cc8a4f | ||
|
|
2265a6acf5 |
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -8,8 +8,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
#uses: tiredofit/github_actions/.github/workflows/default_amd64_armv7_arm64.yml@main
|
uses: tiredofit/github_actions/.github/workflows/default_amd64_armv7_arm64.yml@main
|
||||||
#uses: tiredofit/github_actions/.github/workflows/default_amd64.yml@main
|
#uses: tiredofit/github_actions/.github/workflows/default_amd64.yml@main
|
||||||
#uses: tiredofit/github_actions/.github/workflows/default_amd64_armv7_arm64.yml@main
|
#uses: tiredofit/github_actions/.github/workflows/default_amd64_arm64.yml@main
|
||||||
uses: tiredofit/github_actions/.github/workflows/default_amd64_arm64.yml@main
|
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
5
.github/workflows/manual.yml
vendored
5
.github/workflows/manual.yml
vendored
@@ -9,8 +9,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
#uses: tiredofit/github_actions/.github/workflows/default_amd64_armv7_arm64.yml@main
|
uses: tiredofit/github_actions/.github/workflows/default_amd64_armv7_arm64.yml@main
|
||||||
#uses: tiredofit/github_actions/.github/workflows/default_amd64.yml@main
|
#uses: tiredofit/github_actions/.github/workflows/default_amd64.yml@main
|
||||||
#uses: tiredofit/github_actions/.github/workflows/default_amd64_armv7_arm64.yml@main
|
#uses: tiredofit/github_actions/.github/workflows/default_amd64_arm64.yml@main
|
||||||
uses: tiredofit/github_actions/.github/workflows/default_amd64_arm64.yml@main
|
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
## 3.9.8 2023-08-20 <ToshY@github>
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Restore armv7 and aarch64 builds
|
||||||
|
|
||||||
|
|
||||||
## 3.9.7 2023-07-18 <dave at tiredofit dot ca>
|
## 3.9.7 2023-07-18 <dave at tiredofit dot ca>
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ RUN source /assets/functions/00-container && \
|
|||||||
package install .db-backup-build-deps \
|
package install .db-backup-build-deps \
|
||||||
build-base \
|
build-base \
|
||||||
bzip2-dev \
|
bzip2-dev \
|
||||||
|
cargo \
|
||||||
git \
|
git \
|
||||||
go \
|
go \
|
||||||
libarchive-dev \
|
libarchive-dev \
|
||||||
|
|||||||
Reference in New Issue
Block a user