add support for arm64 docker images

This commit is contained in:
Athou
2023-05-21 07:20:52 +02:00
parent 6de817f539
commit 735a1e8b11

View File

@@ -54,7 +54,7 @@ jobs:
with: with:
context: . context: .
push: true push: true
platforms: linux/amd64,linux/arm/v7 platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
tags: | tags: |
athou/commafeed:latest athou/commafeed:latest
athou/commafeed:${{ github.ref_name }} athou/commafeed:${{ github.ref_name }}
@@ -65,7 +65,7 @@ jobs:
with: with:
context: . context: .
push: true push: true
platforms: linux/amd64,linux/arm/v7 platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
tags: athou/commafeed:master tags: athou/commafeed:master
# Create GitHub release after Docker image has been published # Create GitHub release after Docker image has been published
@@ -86,4 +86,4 @@ jobs:
prerelease: false prerelease: false
files: | files: |
commafeed-server/target/commafeed.jar commafeed-server/target/commafeed.jar
commafeed-server/config.yml.example commafeed-server/config.yml.example