mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
Ooops. Turns out we do actually want the arm64 images (#2)
Since that what several of the laptops run on.
This commit is contained in:
parent
f24bc0a9e0
commit
a2a7dadf13
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
|
|
@ -53,6 +53,7 @@ jobs:
|
|||
- ./build.sh develop
|
||||
platform:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
fail-fast: false
|
||||
env:
|
||||
GH_ACTION: enable
|
||||
|
|
|
|||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -20,6 +20,7 @@ jobs:
|
|||
- ./build.sh develop
|
||||
platform:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
fail-fast: false
|
||||
runs-on: ubuntu-latest
|
||||
name: Builds new NetBox Docker Images
|
||||
|
|
|
|||
Loading…
Reference in a new issue