Browse Source

fix make binaries (#2179)

pull/2183/head v1.0.0
Alessandro Ros 2 years ago committed by GitHub
parent
commit
27260572fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Makefile

4
Makefile

@ -2,8 +2,8 @@ BASE_IMAGE = golang:1.20-alpine3.17 @@ -2,8 +2,8 @@ BASE_IMAGE = golang:1.20-alpine3.17
LINT_IMAGE = golangci/golangci-lint:v1.53.3
NODE_IMAGE = node:16-alpine3.17
ALPINE_IMAGE = alpine:3.17
RPI32_IMAGE = balenalib/raspberry-pi:bullseye-run
RPI64_IMAGE = balenalib/raspberrypi3-64:bullseye-run
RPI32_IMAGE = balenalib/raspberry-pi:bullseye-run-20230712
RPI64_IMAGE = balenalib/raspberrypi3-64:bullseye-run-20230530
.PHONY: $(shell ls)

Loading…
Cancel
Save