update entrypoint and dockerfile, fix test workflow
update dockerfile, rework entrypoint execution, update compose and test
This commit is contained in:
parent
3c5ba1c1d2
commit
c1654806c5
5 changed files with 112 additions and 40 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM --platform=$BUILDPLATFORM code.forgejo.org/oci/tonistiigi/xx AS xx
|
||||
|
||||
FROM --platform=$BUILDPLATFORM code.forgejo.org/oci/golang:1.21-alpine3.19 as build-env
|
||||
FROM --platform=$BUILDPLATFORM code.forgejo.org/oci/golang:1.21-alpine3.19 AS build-env
|
||||
|
||||
#
|
||||
# Transparently cross compile for the target platform
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue