Closed #33: add multi-architecture support, but the exts support amd64 only.
Fixed #34: override the build date, commit hash and vendor info.
Fixed #36: push images to multiple registries in same job.
Trigger the workflow every 10 mins.
This commit is contained in:
Razon Yang 2023-05-30 00:10:49 +08:00 committed by razonyang
parent 51ce6436f9
commit 4204ca78d6
24 changed files with 244 additions and 127 deletions

5
docker/hugo/snippets/go Normal file
View file

@ -0,0 +1,5 @@
# copy Go from builder.
COPY --from=builder /usr/local/go /usr/local/go
# create a symbolic link for Go.
RUN ln -s /usr/local/go/bin/go /usr/local/bin/go