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 ef97df2 commit a953b2aCopy full SHA for a953b2a
.github/workflows/build.yaml .github/workflows/ci.yaml.github/workflows/build.yaml renamed to .github/workflows/ci.yaml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
test:
11
- runs-on: [self-hosted]
+ runs-on: [self-hosted, linux, x64]
12
steps:
13
- uses: actions/checkout@v2
14
- name: Run tests
Dockerfile
@@ -1,7 +1,8 @@
1
############
2
# Base
3
4
-FROM artifactory.secondlife.io/dockerhub/alpine:3 AS base
+ARG ARCH=
5
+FROM artifactory.secondlife.io/dockerhub/${ARCH}alpine:3 AS base
6
RUN apk add --no-cache \
7
bash \
nginx \
0 commit comments