We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f813d74 commit a403e7eCopy full SHA for a403e7e
.github/workflows/build.yaml
@@ -70,15 +70,10 @@ jobs:
70
strategy:
71
matrix:
72
architecture: [x64, arm64]
73
- include:
74
- - architecture: x64
75
- image-tag: latest
76
- - architecture: arm64
77
- image-tag: arm64
78
name: linux-${{ matrix.architecture }}
79
runs-on: ubuntu-latest
80
container:
81
- image: docker://ghcr.io/multitheftauto/mtasa-blue-build:${{ matrix.image-tag }}
+ image: docker://ghcr.io/multitheftauto/mtasa-blue-build:latest
82
steps:
83
- uses: actions/checkout@v4
84
0 commit comments