Multi-architecture builds are overwriting each other (#3)
So we end up with just the arm64 images in ghcr.io repository, since they are the slowest to build. Resynchronise the 'platforms' section in the workflow with upstream. It's not a list of architectures, one per list entry. It's a single list entry mentioning all architectures.
This commit is contained in:
parent
2fd8287ead
commit
c3ee46e807
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -19,8 +19,7 @@ jobs:
|
|||||||
- ./build.sh feature
|
- ./build.sh feature
|
||||||
- ./build.sh develop
|
- ./build.sh develop
|
||||||
platform:
|
platform:
|
||||||
- linux/amd64
|
- linux/amd64,linux/arm64
|
||||||
- linux/arm64
|
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Builds new NetBox Docker Images
|
name: Builds new NetBox Docker Images
|
||||||
|
Reference in New Issue
Block a user