Skip to content

Commit 26af0eb

Browse files
committed
updating vanilla build platforms to include linux/arm/v6
1 parent 15f32ef commit 26af0eb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-vanilla.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v5
1717
- name: Set up QEMU
18-
uses: docker/setup-qemu-action@v2
18+
uses: docker/setup-qemu-action@v3
1919
- name: Set up Docker Buildx
20-
uses: docker/setup-buildx-action@v2
20+
uses: docker/setup-buildx-action@v3
2121
- name: Login to DockerHub
22-
uses: docker/login-action@v2
22+
uses: docker/login-action@v3
2323
with:
2424
username: ${{ secrets.DOCKER_USERNAME }}
2525
password: ${{ secrets.DOCKER_PASSWORD }}
2626
- name: Get Version
2727
id: get_version
2828
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
2929
- name: Build and push
30-
uses: docker/build-push-action@v4
30+
uses: docker/build-push-action@v6
3131
with:
3232
context: ./vanilla
3333
file: vanilla/Dockerfile
34-
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le
34+
platforms: linux/amd64,linux/arm/v7,linux/arm/v6,linux/arm64,linux/ppc64le
3535
push: true
3636
tags: |
3737
ryshe/terraria:vanilla-latest

0 commit comments

Comments
 (0)