From c3ee46e80731aabeb5a7d5efec1a9c0c978e73cd Mon Sep 17 00:00:00 2001 From: Matthew Seaman Date: Mon, 16 Oct 2023 11:00:23 +0100 Subject: [PATCH 1/2] 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. --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0efec60..455ad7e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,8 +19,7 @@ jobs: - ./build.sh feature - ./build.sh develop platform: - - linux/amd64 - - linux/arm64 + - linux/amd64,linux/arm64 fail-fast: false runs-on: ubuntu-latest name: Builds new NetBox Docker Images From 7c10296bc3bf0841493098b75fa07e428762e130 Mon Sep 17 00:00:00 2001 From: Matthew Seaman Date: Mon, 23 Oct 2023 15:40:24 +0100 Subject: [PATCH 2/2] Fix multi-arch builds arm64 and amd64 images are overwriting each other. --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 7dea76e..6d7de6e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1 +1.0.2