Skip to content

Commit

Permalink
Tweak Docker CI for Arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiede committed Jan 27, 2022
1 parent e7b489f commit ea769b6
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ jobs:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Get current date
id: date
run: echo "::set-output name=date::$(date +%s)"

- name: Render Dockerfiles
run: bash Docker/render.sh all

Expand All @@ -54,8 +50,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: kaiede/minecraft-bedrock-backup:${{ env.docker_tag }}-arm64
build-args: |
CACHEBUST=${{ steps.date.outputs.date }}
COMMIT=main
QEMU_CPU=max
ARCH=arm64
amd64:
Expand All @@ -77,10 +72,6 @@ jobs:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Get current date
id: date
run: echo "::set-output name=date::$(date +%s)"

- name: Render Dockerfiles
run: bash Docker/render.sh all

Expand All @@ -94,8 +85,6 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: kaiede/minecraft-bedrock-backup:${{ env.docker_tag }}-amd64
build-args: |
CACHEBUST=${{ steps.date.outputs.date }}
COMMIT=main
ARCH=amd64
merge-tags:
Expand Down

0 comments on commit ea769b6

Please sign in to comment.