Skip to content

Commit 0a280c1

Browse files
authored
Update Dockerfile to use bullseye image (#686)
* Update Dockerfile * Update build-develop.yml
1 parent 2e69c34 commit 0a280c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/build-go/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:latest
1+
FROM golang:bullseye
22

33
LABEL author="Everton Haise Taques <everton.taques@encora.com>"
44
LABEL maintainer="netboxlabs"

.github/workflows/build-develop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,7 @@ jobs:
848848
with:
849849
context: "."
850850
file: "./Dockerfile"
851+
goarch: "arm64"
851852

852853
- name: Debug artifacts
853854
run: ls -lha .

0 commit comments

Comments
 (0)