mirror of
https://github.com/BillyOutlast/VintageStory-Docker.git
synced 2026-07-01 19:54:19 -04:00
Removed amd64
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
||||
uses: docker/setup-qemu-action@v2
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Build and push (stable)
|
||||
if: ${{ github.event.inputs.release_type == 'stable' }}
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64
|
||||
build-args: |
|
||||
RELEASE_TYPE=${{ github.event.inputs.release_type }}
|
||||
VERSION=${{ github.event.inputs.version }}
|
||||
@@ -63,7 +63,7 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64
|
||||
build-args: |
|
||||
RELEASE_TYPE=${{ github.event.inputs.release_type }}
|
||||
VERSION=${{ github.event.inputs.version }}
|
||||
@@ -78,7 +78,7 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64
|
||||
build-args: |
|
||||
RELEASE_TYPE=${{ github.event.inputs.release_type }}
|
||||
VERSION=${{ github.event.inputs.version }}
|
||||
|
||||
Reference in New Issue
Block a user