ci: switch 'latest/master' build to multiarch

This commit is contained in:
Geoff Bourne
2021-05-21 07:39:59 -05:00
parent c608c8a57e
commit 5fc36516f4
3 changed files with 2 additions and 4 deletions

View File

@@ -2,12 +2,14 @@ name: Build and publish multiarch
on:
push:
branches:
- latest
- multiarch
- multiarch-latest
- java15
- java16
- test/multiarch/*
tags:
- "[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+-multiarch"
- "[0-9]+.[0-9]+.[0-9]+-multiarch-latest"
- "[0-9]+.[0-9]+.[0-9]+-java15"

View File

@@ -3,14 +3,12 @@ name: Build and Publish
on:
push:
branches:
- master
- java8
- openj9
- openj9-11
- adopt11
- test/*
tags:
- "[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+-java8"
- "[0-9]+.[0-9]+.[0-9]+-openj9"
- "[0-9]+.[0-9]+.[0-9]+-openj9-11"

View File

@@ -1,7 +1,5 @@
FROM adoptopenjdk:16-jre
ENV APK_UPDATE=20210521
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"
RUN apt-get update \