File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 8383 go install github.com/goreleaser/nfpm/v2/cmd/nfpm@latest
8484 go install github.com/goreleaser/goreleaser/v2@latest
8585 - name : Build package (for testing)
86- run : just release -local
86+ run : just build -local
8787
8888 #
8989 # Test
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ To build the project use the following steps:
1631633 . Build the packages
164164
165165 ``` sh
166- just release -local
166+ just build -local
167167 ```
168168
169169 The built packages are created under the ` ./dist` folder.
@@ -188,7 +188,7 @@ To run the tests you will need to have python3 >> 3.9 installed on your syste
1881882. Build the software management plugin
189189
190190 ` ` ` sh
191- just release -local
191+ just build -local
192192 ` ` `
193193
1941943. Build the test images
Original file line number Diff line number Diff line change @@ -30,8 +30,13 @@ release *ARGS='':
3030 docker context use default
3131 goreleaser release --clean --auto-snapshot {{ ARGS}}
3232
33+ # install docker buildx and allow multi-arch builds
34+ build-setup :
35+ docker buildx install
36+ docker run --privileged --rm tonistiigi/ binfmt --install all
37+
3338# Build a release locally (for testing the release artifacts)
34- release -local:
39+ build -local:
3540 just -f " {{ justfile ()}} " release --snapshot
3641
3742# Install python virtual environment
You can’t perform that action at this time.
0 commit comments