diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 03577659..dee7ce81 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: with: context: . push: true - platforms: linux/amd64,linux/arm/v7 + platforms: linux/amd64,linux/arm/v7,linux/arm64/v8 tags: | athou/commafeed:latest athou/commafeed:${{ github.ref_name }} @@ -65,7 +65,7 @@ jobs: with: context: . push: true - platforms: linux/amd64,linux/arm/v7 + platforms: linux/amd64,linux/arm/v7,linux/arm64/v8 tags: athou/commafeed:master # Create GitHub release after Docker image has been published @@ -86,4 +86,4 @@ jobs: prerelease: false files: | commafeed-server/target/commafeed.jar - commafeed-server/config.yml.example \ No newline at end of file + commafeed-server/config.yml.example