forked from estahn/k8s-image-swapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update module github.com/containers/image/v5 to v5.11.0 (e…
…stahn#61) * fix(deps): update module github.com/containers/image/v5 to v5.11.0 * chore: add apt-get update * chore: install libbtrfs-dev * fix: missing go.sum entry for module providing package github.com/stretchr/testify/assert * chore: exclude windows from release Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Enrico Stahn <[email protected]>
- Loading branch information
1 parent
6ece0a0
commit 11d6d28
Showing
4 changed files
with
357 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,8 +14,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- name: Install devmapper | ||
run: sudo apt-get install -y libdevmapper-dev | ||
- name: Install dependencies | ||
run: sudo apt-get update && sudo apt-get install -y libdevmapper-dev libbtrfs-dev | ||
|
||
- name: Set up Go | ||
uses: actions/[email protected] | ||
|
@@ -36,8 +36,8 @@ jobs: | |
name: Test | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Install devmapper | ||
run: sudo apt-get install -y libdevmapper-dev | ||
- name: Install dependencies | ||
run: sudo apt-get update && sudo apt-get install -y libdevmapper-dev libbtrfs-dev | ||
|
||
- name: Setup Go | ||
uses: actions/[email protected] | ||
|
@@ -73,8 +73,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- name: Install devmapper | ||
run: sudo apt-get install -y libdevmapper-dev | ||
- name: Install dependencies | ||
run: sudo apt-get update && sudo apt-get install -y libdevmapper-dev libbtrfs-dev | ||
|
||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ builds: | |
- env: | ||
- CGO_ENABLED=0 | ||
goos: | ||
- windows | ||
#- windows | ||
- darwin | ||
- linux | ||
goarch: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.